home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bpq351.arc / PORTS.DOC < prev    next >
Text File  |  1989-10-14  |  2KB  |  70 lines

  1. The PORTS section of the BPQCFG file is now keyword driven, with one
  2. entry per line. The string of about a dozen params on one line was getting
  3. a bit out of hand!
  4.  
  5. The format is:
  6.  
  7. PORT
  8.  
  9.     PARAM=VALUE
  10.     ..
  11.     ..
  12.  
  13. ENDPORT
  14.  
  15.  
  16. There are typical entries in the supplied config file, but the full list
  17. of PARAM values supported is given below
  18.  
  19. ID=text string *        ; Up to 30 chars, appear on PORTS display
  20.  
  21. TYPE=ASYNC/DRSI/PC120/RLC100/QUAD *    ; Hardware Type
  22.  
  23. PROTOCOL=HDLC/KISS/ASYNC *        ; ASYNC is NETROM backend link
  24.  
  25. IOADDR=xxxH *    ; in hex, H is needed
  26.  
  27. INTLEVEL=n *    ; 2,3,4,5 or 7 - now supports shared interrupt cards
  28.  
  29. SPEED=nnnn *    ; Radio speed for DRSI, etc, async link speed for KISS
  30.  
  31. CHANNEL=A/B *    ; Selects port on DRSI/PC120 or dual port KISS (eg KPC4)
  32.  
  33. BBSFLAG=NOBBS    ; Stops direct connects to the BBS on this port
  34.  
  35. QUALITY=nnn *    ; Default quality for nodes heard on this port
  36.  
  37. MAXFRAME=n *    ; Maximum outstanding frames
  38.  
  39. TXDELAY=nnn *    ; TX Keyup delay in milliseconds
  40.  
  41. SLOTTIME=100 *    ; CSMA interval timer
  42.  
  43. PERSIST=nnn *    ; 'Probability to transmit' value (1-255)
  44.  
  45. FULLDUP=0/1    ; currently only used by KISS driver
  46.  
  47. SOFTDCD=0/1    ; not yet supported
  48.  
  49. FRACK=nnnn *    ; Level 2 timout in milliseconds
  50.  
  51. RESPTIME=nnnn *    ; Level 2 delayed ack timer in milliseconds
  52.  
  53. RETRIES=n *    ; Level 2 maximum retry value
  54.  
  55. PACLEN=nnn *    ; default maximum packet length for this port
  56.  
  57. CWID=CALL    ; Currently only supported on DRSI/PC120/RLC100 
  58.  
  59. PORTCALL=CALL    ; Additional callsign/alias for level 2 connects to the
  60. PORTALIAS=ALIAS ; node for this port. Should not be the same as BBSCALL
  61.  
  62. VALIDCALLS=CALLS; A set of up to 8 callsigns, separated by a single space.
  63.         ; If present, only stations in the list will be allowed
  64.         ; to connect to you on this port.
  65.  
  66. Those marked with a * must be included, the rest are optional. The validation
  67. is not good, and defaults are generally zero, so if you miss out any of the
  68. essential ones, odd things may well happen!
  69.  
  70.